3.89.4
authorMatthias Clasen <mclasen@redhat.com>
Mon, 13 Feb 2017 21:05:39 +0000 (16:05 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 13 Feb 2017 22:40:13 +0000 (17:40 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index d604adebe6cd36bb1e4f6147acb2a3c7fbe7d919..553261c5a4b1ef444585a7223be357bb96f3030f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+Overview of Changes in GTK+ 3.89.4
+==================================
+
+* API changes
+ - gtk_init and other init functions no longer take commandline arguments
+ - Functions that are only useful with commandline arguments have been dropped
+ - Widgets, except for toplevels, are now visible by default
+ - Style properties are no longer supported
+
+* Vulkan rendrerer
+ - Implement more clipping
+
+* CSS
+ - Specifying px for pixels is now required
+
+* Bugs fixed:
+ 358970 gtk_scale_set_digits does not cause value to be rounded if draw-value...
+ 770112 The documented <alt>left shortcut doesn’t work on Wayland
+ 773299 Ensure GTK+-4.x builds and works on Windows (MSVC in particular)
+ 773686 Software when launched shows in dash with wrong icon, name and menu
+ 775864 getting-started: typo tie->the
+ 776225 [wayland] dropdown placed somewhere in the screen
+ 777363 wayland: avoid an unnecessary g_list_length call
+ 777547 Notebook arrow icon wrong color after closing final tab
+ 778009 menu drawn on top of menubar in Fedora
+
+* Translation updates:
+ Finnish
+ Galician
+ German
+ Icelandic
+ Kazakh
+ Polish
+ Simplified Chinese
+ Slovak
+ Spanish
+
+
 Overview of Changes in GTK+ 3.89.3
 ==================================
 
index fbcf45bac503d5e7942c2cdad20f1d000f5bfe1d..c902f57084dc81c6e51f7238f2cc6a613607409c 100644 (file)
@@ -10,7 +10,7 @@
 
 m4_define([gtk_major_version], [3])
 m4_define([gtk_minor_version], [89])
-m4_define([gtk_micro_version], [3])
+m4_define([gtk_micro_version], [4])
 m4_define([gtk_interface_age], [0])
 m4_define([gtk_binary_age],
           [m4_eval(100 * gtk_minor_version + gtk_micro_version)])